home *** CD-ROM | disk | FTP | other *** search
- on(press){
- if(_root.inven._currentframe == 1)
- {
- if(_root.micon._currentframe == 2)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "It\'s the dead rabbit which now seems to have collected a large number of flies.";
- }
- if(_root.micon._currentframe == 1 && _root.range == true)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "Ok I carried it from the road to here, I think I\'ve touched that thing enough.";
- }
- if(_root.micon._currentframe == 13)
- {
- _root.sfx.gotoAndStop(3);
- _root.even16 = 3;
- _root.next_dis1 = 2;
- _root.next_txt1 = "I think got em all.";
- _root.micon.gotoAndStop(43);
- }
- }
- }
-